home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-03-26 | 507 b | 23 lines |
- #
- # FILE
- # slashquote/smakefile
- #
-
- SCFLAGS = RESETOPTIONS STREQ STRINGMERGE NOSTKCHK LIBCODE OPT
-
-
- slashquote.library : slashquote.o
- slink TO $@ \
- FROM lib:libent.o lib:libinit.o slashquote.o \
- LIBPREFIX _LIB LIBFD slashquote.fd \
- LIBID "" \
- MAP slashquote.map hxsfl SWIDTH 10 PWIDTH 14 FWIDTH 14 \
- BATCH NOALVS \
- SMALLCODE SMALLDATA
- filenote $@ "REXX library used by sas-c-emacs"
- copy $@ to LIBS: CLONE
- avail flush
-
- slashquote.o : slashquote.c
- sc $(SCFLAGS) $*
-